<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>My Web Site</title>
</head>
<body>
<div>
<script type="text/javascript" src="http://www.reliancenetwork.com/widgets?file=popupformlinks&token=ABCDEF&links=contactme"></script>
</div>
</body>
</html>
.
| Class |
Description |
rn-pfl |
Applies to the div element that contains the link(s). |
rn-pfl-link |
Applies to all links. |
rn-pfl-link-contactme |
Applies to the Contact Me link. |
rn-pfl-link-adviceformove |
Applies to the Advice For The Move link. |
rn-pfl-link-mortagepreapproval |
Applies to the Mortgage Pre-Approval link. |
rn-pfl-link-requestcma |
Applies to the Request a Free CMA link. |
rn-pfl-link-requesthometour |
Applies to the Request a Personal Home Tour link. |
rn-pfl-link-requestrelocationinfo |
Applies to the Request Relocation Info link. |
rn-pfl-link-sellinghome |
Applies to the Selling a Home link. |
.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>My Web Site</title>
</head>
<body>
<div style="width:206px">
<style type="text/css">
.rn-pfl-link.rn-pfl-link-contactme {
background: transparent;
padding: 0;
}
</style>
<script type="text/javascript" src="http://www.reliancenetwork.com/widgets?file=popupformlinks&token=ABCDEF&links=contactme"></script>
</div>
</body>
</html>
.